home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00709.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  602 b   |  21 lines

  1. on mouseUp me
  2.   global clropac
  3.   set the memberNum of sprite 31 to 676
  4.   set the memberNum of sprite 32 to 679
  5.   set the memberNum of sprite 33 to 680
  6.   set the memberNum of sprite 34 to 682
  7.   set the memberNum of sprite 35 to 684
  8.   set the memberNum of sprite 36 to 686
  9.   set the memberNum of sprite 43 to 663
  10.   set the memberNum of sprite 63 to 700
  11.   set the blend of sprite 45 to 100
  12.   repeat with clropac = 46 to 53
  13.     set the blend of sprite clropac to 35
  14.   end repeat
  15.   repeat with clropac = 54 to 56
  16.     set the blend of sprite clropac to 100
  17.   end repeat
  18.   showit(57, 60)
  19.   hideit(61, 62)
  20. end
  21.